Vcenter NamespaceManagement Supervisors Networks Edges FoundationLoadBalancerRuntime

Vcenter NamespaceManagement Supervisors Networks Edges FoundationLoadBalancerRuntime
Vcenter NamespaceManagement Supervisors Networks Edges FoundationLoadBalancerRuntime

Vcenter NamespaceManagement Supervisors Networks Edges FoundationLoadBalancerRuntime contains the runtime state of the Foundation Load Balancer.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "conditions": [
        {
            "type": "string",
            "status": "string",
            "last_transition_time": "string",
            "reason": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ],
    "version": "string",
    "vips_allocated": 0,
    "vips_available": 0
}
conditions
Required

Contains a record of recent state transitions.

If the condition with the HEALTHY type has a status set to TRUE, then the system is operating normally. If the condition with the HEALTHY type has a status set to FALSE, then remediation may be required. If the condition with the HEALTHY type has a status set to UNKNOWN, then the system health could not be determined and remediation may be required.

This property was added in vSphere API 9.0.0.0.

string
version
Required

The current version of the load balancer.

The version selected is determined by your vCenter version and Supervisor version.

The load balancer is upgraded when your Supervisor is updated. Upgrades will cause your workloads to incur downtime. Thus, you should plan for workload downtime when upgrading your Supervisor.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
vips_allocated
Required

Total number of Virtual IP addresses currently allocated to services.

This property was added in vSphere API 9.0.0.0.

integer As int64 As int64
vips_available
Required

Total number of available Virtual IP addresses eligible to be used for load balancer services.

This property was added in vSphere API 9.0.0.0.